home *** CD-ROM | disk | FTP | other *** search
/ Champak 108 / jogo-disk-108.iso / Games / simple_tower_defense.swf / scripts / DefineButton2_40 / BUTTONCONDACTION on(press).as
Text File  |  2010-05-15  |  221b  |  13 lines

  1. on(press){
  2.    if(ulcode eq "fire away")
  3.    {
  4.       _root.unlock1 = true;
  5.       _root.un1text = "";
  6.       _root.response1 = "Machine Gun Unlocked";
  7.    }
  8.    else
  9.    {
  10.       _root.response1 = "Try Again";
  11.    }
  12. }
  13.